[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The Amiga is able to use two different concepts of fonts. First of all there are the bitmap fonts. These fonts are created by drawing a letter pixel for pixel onto the screen. The advantage is that they look good at small sizes, but are not very good for printout. Also they don’t look very good when you change their size. Therefore you have to recreate the font for each size. Second there are the vector fonts. They are created by curves which are stored as mathematical formula. This has the advantage that changing the sizes does not effect the output. But this only applies for larger sizes and print-outs. Vector fonts also use less memory.
1.1 Amiga Font Formats | What font formats are common on the Amiga? | |
1.2 Frequently Requested Amiga Fonts | Where to get them? | |
1.3 Commercial Font Sources | Who earns his money with them? | |
1.4 Non-Latin fonts on the Amiga | Non-Latin Fonts on the Amiga | |
1.5 Amiga Font Installation | How to install the fonts | |
1.6 Amiga Font Utilities | Which tools are used to make fonts? | |
1.7 Making Outline Fonts | How do I make new fonts? | |
1.8 Problems and Possible Solutions | What to do when specific problems appear |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Just log in as ftp and go to the directory
/pub/aminet/text/font.
To this server are also some mirrors around the world available.
The CD is for free when buying another CD from that company.
You can also access the HTML pages on the CD under the following address:
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Commercial fonts can be obtained from a number of different companies, including the large font houses: Adobe, Font Haus, Font Company, Bitstream, and Monotype. At these companies, fonts cost about $40 for a single face, and must be purchased in packages. Adobe, Bitstream, and Monotype also sell pre-designated type collections for slightly lower prices.
There are also a lot of PD reseller who have a vast quantity of fonts, check out your local Amiga magazin for more information.
Please consult the vendor list for a more complete list of vendors.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Due to the really bad information policy by C= there was actually no information about non-latin fonts. But still it is possible to use them, without difficulty. You just have to get yourself some additional files. First of all you need the non-latin font files. There is a large selection of them on the Fresh Fonts CD-ROM mentioned above. In order to use the non-latin font files, you have to get yourself the appropriate keymap file, this will remap the keys on the keyboard to the appropriate letters of the foreign alphabet, e.g. in order to use a Russian font, you should set the russian keymap file in the preferences (via PREFS/INPUT).
Not only that you can write with a non-latin alphabet, you can also localize your workbench. How about a Greek workbench or a Hebrew workbench? Have a look into the AMINET archive (mentioned above) for these files!
In addition to this you can easily use Hebrew & Arabic in any word processor incl. writing from right-to-left! This can be easily done by setting the kerning value to negative values (like this the cursor moves left and not right) and moving the characters into the negativ part! You can get fonts from me with this feature!
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The installation of Postscript, DMF and Truetype fonts is described by the application that use them. Please refer to the manuals of the software packages.
The installation of IntelliFonts is very easy. Just start ‘IntelliFont’ (OS 3.x) or ‘Fountain’ (OS 2.x) and follow the guidelines from within the program.
In order to install bitmap fonts, either copy them to the logical device FONTS: or assign the directory with your bitmap fonts:
ASSIGN Fonts: <your_directory> ADD
Right after this you can start your application and use them. When using non-latin fonts, don’t forget to set the appropriate keymap file!
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
IntelliFont is the system program by OS 3.x which lets you install Agfa IntelliFonts and converts them to bitmap fonts. The program is located in the drawer ‘SYS:System/’. For more information read your Workbench 3.x manual.
Is the preceding program to IntelliFont and comes with the now obsolete OS 2.x. Please read the section about Fountain in your Workbench 2.x manual.
This neat little utility lets you convert Postscript Binary files to Postscript ASCII files. This is needed in order to use DOS & Amiga Adobe Type 1 fonts on the Mac!
This great program caches the fontlist for you, in order to save a huge amount of time. The program looks for all fonts available on the system and creates a special cache-file on disk.
This is the best font converter on the Amiga, besides this function it is also a full blown font editor (see below) :-). The program is able to convert between:
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This is very, very difficult. Many people imagine that there are programs that will simply convert pictures into fonts for them. This is not the case; most fonts are painstakingly created by drawing curves that closely approximate the letterforms. In addition, special rules (which improve hinting, etc.) mandate that these curves be drawn in specific ways. Even designing, or merely digitizing, a simple font can take hundreds of hours.
The easiest way of learning how to create fonts, is to have a look at existing fonts and try to change some letters.
Given that, there are two major programs used for font design on the Amiga, TypeSmith 2.5 ($150) and FontDesigner ($100). These programs will allow you to import scanned images, and then trace them with drawing tools. The programs will then generate Adobe type 1, 3, TrueType, AGFA Intellifont, DMF and Bitmap fonts for either the Amiga, the Macintosh or the IBM PC. They will also generate automatic hinting. They also open previously constructed outline fonts, allowing them to be modified, or converted into another format.
As far as I know, there are no shareware programs that allows you to generate outline fonts.
There are also two programs for creating bitmap fonts. Personal Fonts Maker and Calligrapher. The second one has not been updated for several years, but it still is a good tool to work with. The first Program was created by adding some features to a good bitmap paint program (Personal Paint).
There are some shareware tools to create bitmap fonts which you can convert to outline (vector) fonts with TypeSmith.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This happens when you have two fonts with the same ID. The solution is to load such a font into a font editor and enter a new ID for one of the fonts. Still it might happen that you choose another one, that has already been used by!
This happens when you haven’t set the locigal device FONTS: to your drawer. You can change this by typing the following command into your SHELL or add this line to your ‘S:User-Startup’ file:
ASSIGN Fonts: <your_drawer> ADD
This happens when you forget to set the appropriate keymap file. Enter the Prefs directory and start the program ‘INPUT’. There you can choose your keymap file.
[Top] | [Contents] | [Index] | [ ? ] |
This document was generated on February 11, 2022 using texi2html 5.0.
The buttons in the navigation panels have the following meaning:
Button | Name | Go to | From 1.2.3 go to |
---|---|---|---|
[ << ] | FastBack | Beginning of this chapter or previous chapter | 1 |
[ < ] | Back | Previous section in reading order | 1.2.2 |
[ Up ] | Up | Up section | 1.2 |
[ > ] | Forward | Next section in reading order | 1.2.4 |
[ >> ] | FastForward | Next chapter | 2 |
[Top] | Top | Cover (top) of document | |
[Contents] | Contents | Table of contents | |
[Index] | Index | Index | |
[ ? ] | About | About (help) |
where the Example assumes that the current position is at Subsubsection One-Two-Three of a document of the following structure:
This document was generated on February 11, 2022 using texi2html 5.0.